7 Uncertainty Adjusted ProbabilityΒΆ
[1]:
from src.plot7 import plot_climatehist
plot_climatehist("Figure 4: Distorted climate model distribution")
[2]:
from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2
title = "Figure 5: Distorted Probability of a Technology Change Jump"
plot_simulatedpath_full2(graph_type="distorted_tech_prob", graph_title = title, yaxis_label="", graph_range=[0,1], before15=False)
[3]:
from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2
title = "Figure 6: Distorted Probability of a Damage Jump"
plot_simulatedpath_full2(graph_type="distorted_damage_prob", graph_title = title, yaxis_label="", graph_range=[0,1], before15=False)
[4]:
from src.plot import plot_gammahist
plot_gammahist("""Figure 7: Distorted Climate Model Distribution""")